home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 6 / QRZ Ham Radio Callsign Database - Volume 6.iso / pc / files / amiga / akit29m.lha / AmigaNOS / TCPIP / NOS-Startup < prev    next >
Encoding:
Text File  |  1993-08-07  |  3.0 KB  |  126 lines

  1. domain suffix ampr.org
  2. #
  3. amiga command "SetClock Load"
  4. amiga interval 3600
  5. amiga externlist on
  6. #
  7. #--------------------------------------------------------------------
  8. # Please note that any Arexx script which uses the serial device
  9. # can only be run when the serial.device is not attached.
  10. #
  11. #amiga rexx KISS.rexx
  12. #
  13. #KISS.rexx is just used to put the TNC into KISS mode. The same thing
  14. #can now be done with the included NOS-Dial startup script, the contents
  15. #of which is obeyed when the 'attach asy ...' statement is encountered.
  16. #--------------------------------------------------------------------
  17. #
  18. hostname G1YYH.ampr.org
  19. ip address g1yyh.ampr.org
  20. #
  21. ax25 mycall g1yyh
  22. ax25 digipeat off
  23. ax25 timertype linear
  24. ax25 bcinterval 3600
  25. ax25 bctext "AmigaNOS v2.9l"
  26. ax25 t3 10000
  27. #
  28. mbox attend off
  29. mbox eightbit on
  30. mbox thirdparty off
  31. mbox maxmsg 1000
  32. mbox organisation "Bolton Amateur Radio Club"
  33. mbox realname "John Heaton"
  34. mbox rheader "G1YYH.GB7PWY.#16.GBR.EU [BARC - NWPUG] Lancashire"
  35. mbox timer 0
  36. #
  37. mbox sysop on
  38. #--------------------------------------------------------------------
  39. #   When a mailbox user (with sysop status) enters the @ command
  40. #   he/she is presented with a set of 5 numbers, which represent
  41. #   character positions within the string below:
  42. #
  43. mbox password "thisisaverylongstringtobeusedasasysoppassword"
  44. #
  45. #  If the numbers presented were:
  46. #
  47. #  13 4 25 17 36
  48. #
  49. #  then the user would enter the characters from the string as:
  50. #
  51. #  niurp
  52. #
  53. #  to gain access to the main console prompt.
  54. #
  55. #  position:     0  1  2  3  4  5  6  7  8  9
  56. #  character:    t  h  i  s  i  s  a  v  e  r
  57. #
  58. #  position:    10 11 12 13 14 15 16 17 18 19
  59. #  character:    y  l  o  n  g  s  t  r  i  n
  60. #
  61. #  position:    20 21 22 23 24 25 26 27 28 29
  62. #  character:    g  t  o  b  e  u  s  e  d  a
  63. #
  64. #  position:    30 31 32 33 34 35 36 37 38 39
  65. #  character:    s  a  s  y  s  o  p  p  a  s
  66. #
  67. #  position:    40 41 42 43 44
  68. #  character:    s  w  o  r  d
  69. #--------------------------------------------------------------------
  70. #
  71. attach asy serial.device 0 ax25 nos 6000 512 9600
  72. #
  73. ifconfig nos description "Standard 1200 baud port on 144.625 MHz"
  74. #
  75. source TCPIP:Startup.TRACE
  76. source TCPIP:Startup.ARP-ROUTE
  77. source TCPIP:Startup.NETROM
  78. #    source TCPIP:Startup.RSPF
  79. #    source TCPIP:Startup.RIP
  80. #    source TCPIP:Startup.POP
  81. #    source TCPIP:Startup.NNTP
  82. #    source TCPIP:Startup.DUFF
  83. #
  84. hop maxttl 25
  85. hop maxwait 10
  86. hop queries 5
  87. hop trace on
  88. #
  89. tcp mss 472
  90. tcp window 472
  91. tcp timertype linear
  92. tcp trace off
  93. #
  94. ip ttl 12
  95. #
  96. mode nos d
  97. param nos 1 40  # 1 : TXDelay
  98. param nos 2 80  # 2 : Persistance
  99. param nos 3 0   # 3 : Slot time
  100. ##          4 : TX Tail time (not implemented on KAM)
  101. param nos 5 0   # 5 : Duplex 0 Half 1 Full
  102. #
  103. start ax25
  104. start telnet
  105. start chatnode
  106. start finger
  107. #
  108. # ftpdown 2108 restricts ftp get/put/user and mbox download
  109. # to a time window of 21:00 to 08:59 
  110. ftpdown 2108
  111. timeout ftp 600
  112. start ftp
  113. #
  114. digger on
  115. #
  116. start smtp
  117. smtp trace 0
  118. smtp mode route
  119. smtp timer 600
  120. smtp batch on
  121. smtp gateway gb7pwy
  122. #
  123. icmp trace off
  124. #
  125. escape 
  126.